@import url('https://fonts.googleapis.com/css?family=Lato');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato";
    text-decoration: none !important;
    /*  */
}

body {
    min-height: 100vh;
    line-height: 1;
    background: #fff;
}


/* My Cutomize Theme =====================================*/


/* grayscale mode */

.grayscale {
    filter: grayscale(100%);
}


/* dark mode */

.dark,
.dark .navbar,
.dark .footer,
.dark .custom-dropdown,
.dark .entertaiment,
.dark .tautan_box,
.dark .bg-white {
    filter: contrast(120%);
    color: white !important;
    background-color: #0a0a11 !important;
}

.dark h1,
.dark h2,
.dark h3,
.dark p,
.dark a,
.dark span,
.dark .entertaiment label,
.dark .tautan_box label,
.dark label {
    color: rgb(255, 255, 255) !important;
}


/* END My Cutomize Theme =====================================*/


/* Banner */

.carousel_slider {
    padding: 10px 10px 10px 10px;
}

.carousel-indicators {
    display: none !important;
}

.carousel-indicators .active {
    width: 28px;
    background: #ffffff;
    height: 12px;
    border-radius: 5px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ffff;
}

.carousel-inner {
    border-radius: 24px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.carousel-inner img {
    width: 100%;
    max-height: 660px;
}

.carousel-control-prev {
    cursor: pointer;
}

.carousel-control-next span {
    background: #306430;
    border-radius: 60px;
    padding: 0.7em 0.8em;
}

.carousel-control-prev span {
    background: #306430;
    border-radius: 60px;
    padding: 0.7em 0.8em;
}

.carousel-control-next {
    cursor: pointer;
}

.carousel-caption {
    position: absolute;
    right: 50%;
    bottom: 100px;
    margin-left: 100px;
    left: 0%;
    z-index: 10;
    padding: 10px 10px 10px 10px;
    color: #fff;
    text-align: center;
    background: rgba(48, 100, 48, 0.8);
    border-radius: 4px;
}

.carousel-caption h3 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700 !important;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.2px;
}

.carousel-caption p {
    line-height: 24px;
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.2px;
}


/* Banner */


/* Pergerakan Ekonomi */

.slider {
    max-width: 1100px;
    display: flex;
}

.slider .card_custom {
    flex: 1;
    margin: 0 10px;
}



.card_custom:hover .icon_ekonomi {
    overflow: hidden;
    transition: 0.5s all ease-in-out;
}

.card_custom:hover .icon_ekonomi img {
    transform: scale(1.1);
    transition: 0.4s;
}

.slider .card_custom .img {
    height: 200px;
    width: 100%;
}

.slider .card_custom .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slider .card_custom .content {
    padding: 10px 20px;
}

.card_custom .content .title {
    font-size: 25px;
    font-weight: 600;
}

.card_custom .content .sub-title {
    font-size: 20px;
    font-weight: 600;
    color: #e74c3c;
    line-height: 20px;
}

.card_custom .content p {
    text-align: justify;
    margin: 10px 0;
}

.card_custom .content .btn {
    display: block;
    text-align: left;
    margin: 10px 0;
}

.card_custom .content .btn button {
    background: #e74c3c;
    color: #fff;
    border: none;
    outline: none;
    font-size: 17px;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}

.card_custom .content .btn button:hover {
    transform: scale(0.9);
}

.informasi_ekonomi {
    font-family: "Lato";
    padding-top: 50px !important;
}

.informasi_ekonomi .title_label {
    font-family: "Lato";
    font-style: normal;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    line-height: 58px;
    color: #5f985f;
    margin: 0px 0px 10px 0px;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
    display: block !important;
}

.owl-carousel .nav-button {
    height: 44px;
    width: 44px;
    position: absolute;
    top: 140px !important;
    background: #95c095;
    border-radius: 100%;
    padding: 11px 6px 0px 6px;
    color: #fff;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
    display: block !important;
}

.owl-carousel .owl-prev {
    left: 0px;
}

.owl-carousel .owl-next {
    right: 0px;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #ffffff;
    font-size: 39px;
    background: #000000;
    border-radius: 3px;
}

.owl-carousel .prev-carousel:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-carousel:hover {
    background-position: -24px -53px;
}

.informasi_ekonomi .icon_ekonomi {
    background: #ffffff;
    border-radius: 24px;
    width: 100%;
    height: 90px;
    max-width: 100px;
    max-height: 122px;
    padding: 15px;
}

.informasi_ekonomi .icon_ekonomi img {
    width: 100%;
    height: auto;
    max-width: 80px;
    max-height: 80px;
}

.informasi_ekonomi .ekonomi_box {
    position: relative;
    z-index: -999;
    margin-top: -40px;
    width: 100%;
    height: 260px;
    max-width: 275px;
    max-height: 288px;
    background: #306430;
    border-radius: 16px;
    padding: 60px 28px 28px 28px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.informasi_ekonomi .ekonomi_box label {
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 22px;
    color: #ffffff;
    margin: 0px 0px 24px 0px;
}

.informasi_ekonomi .ekonomi_box span {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    color: #ffffff;
}


/* Pergerakan Ekonomi */


/* Skala Kami */

.blues {
    background: linear-gradient(to bottom, #163c1d, rgba(31, 85, 40, 0));
    min-height: 350px;
    border-radius: 90px 90px 0 0;
    padding-top: 50px;
    z-index: 99;
    margin-top: 50px;
}


.informasi_skala {
    font-family: "Lato";
    margin-top: 10px;
}

.informasi_skala .title_label {
    font-family: "Lato";
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    line-height: 58px;
    color: #ffffff;
    margin: 10px 0px 30px 0px;
}

.informasi_skala .skala {
    margin-left: 10px;
    margin-right: 10px;
}

.informasi_skala .icon_skala {
    background: #ffffff;
    border-radius: 50%;
    width: 100%;
    height: 95px;
    max-width: 100px;
    max-height: 122px;
    padding: 15px;
}

.informasi_skala .icon_skala img {
    width: 100%;
    height: auto;
    max-width: 80px;
    max-height: 80px;
}

.informasi_skala .skala_box {
    position: relative;
    z-index: -999;
    margin-top: -40px;
    width: 100%;
    height: 260px;
    max-width: 360px;
    max-height: 204px;
    background: #5f985f;
    /* box-shadow: 0px 0px 32px 10px rgba(19, 74, 110, 0.24); */
    border-radius: 16px;
    padding: 60px 28px 28px 28px;
}


.informasi_skala .skala:hover .icon_skala {
    overflow: hidden;
    transition: 0.5s all ease-in-out;
}

.informasi_skala .skala:hover .icon_skala img {
    transform: scale(1.1);
    transition: 0.4s;
}

.informasi_skala .skala_box .title_skala {
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    align-items: center;
}

.informasi_skala .skala_box .nominal_skala .rupiah {
    font-family: "Lato";
    font-style: normal;
    font-weight: 100;
    font-size: 1.375rem;
    line-height: 48px;
    color: #fff;
}

.informasi_skala .skala_box .nominal_skala .nominal {
    font-family: "Lato";
    font-style: normal;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 48px;
    color: #fff;
}

.informasi_skala .skala_box .nominal_skala .bilangan {
    font-family: "Lato";
    font-style: normal;
    font-weight: 100;
    font-size: 1.375rem;
    /* line-height: 48px; */
    color: #fff;
}

.informasi_skala .skala_box .chart_skala {
    margin-top: 12px;
}

.informasi_skala .skala_box .chart_skala .indikator {
    width: 72px;
    height: 24px;
    background: #ffffff;
    border-radius: 100px;
}

.informasi_skala .skala_box .chart_skala .indikator img {
    width: 18px;
    height: 18px;
}

.informasi_skala .skala_box .chart_skala .indikator {
    font-size: 0.875rem;
    color: #306430;
    font-weight: 700;
    font-style: normal;
    line-height: 16px;
}

.informasi_skala .skala_box .chart_skala .tahun {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 16px;
    color: #fff;
    text-transform: lowercase;
}

.informasi_skala .skala_box .chart_skala .informasi {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 16px;
    color: #fff;
}


/* Skala Kami */


/* Entertaiment */

.entertaiment {
    margin-top: -273px;
    width: 100%;
    height: auto;
    background: #fffefe;
    box-shadow: 0px 55px 60px rgba(32, 56, 85, 0.1);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 26px 26px 26px 26px;
}

.entertaiment .label {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    color: #134a6e;
}

.entertaiment .title_entertaiment {
    margin: 0px 0px 16px 10px;
}

.entertaiment .lihat_semua {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 0.75rem;
    color: #134a6e;
}

.entertaiment .berita {
    margin: 0px 0px 50px 10px !important;
}

.entertaiment .berita .berita_informasi .image {
    /* max-width: 212px; */
    width: 100%;
    /* max-height: 125px; */
}

.entertaiment .berita .berita_informasi .image img {
    width: 100%;
    height: 140px;
    border-radius: 8px;
}

.entertaiment .berita .berita_informasi .image img:hover {
    filter: opacity(30%);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.entertaiment .berita .berita_informasi .title_berita {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
    margin: 8px 0px 7px 0px;
}

.entertaiment .berita .berita_informasi .title_berita:hover {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #306430;
    margin: 8px 0px 7px 0px;
}

.entertaiment .berita .berita_informasi .title_berita a {
    color: #2f2f2f;
    text-transform: capitalize;
}

.entertaiment .berita .berita_informasi .title_berita a:hover {
    color: #306430;
}

.entertaiment .berita .berita_informasi .selengkapnya {
    font-family: "Lato";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #5f985f;
    margin: 16px 0px 0px 0px;
}

.vl {
    border-left: 2px solid #ecebeb;
    height: 386px;
    position: absolute;
    left: 30px;
    top: 80px;
}

.entertaiment .galeri {
    margin: 0px 0px 40px 10px !important;
}

.entertaiment .galeri .galeri_informasi .video {
    max-width: 212px;
    max-height: 140px;
}

.entertaiment .galeri .galeri_informasi .video_long {
    max-width: 100%;
    max-height: 200px;
}

.entertaiment .galeri .galeri_informasi .video_long:hover {
    max-width: 100%;
    max-height: 200px;
    filter: opacity(30%);
}

.entertaiment .galeri .galeri_informasi .video_long video {
    width: 100%;
    height: 200px;
    border-radius: 8px;
}

.entertaiment .galeri .galeri_informasi .video video {
    width: 100%;
    height: 140px;
    border-radius: 8px;
}

.entertaiment .galeri .galeri_informasi .title_galeri {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
    margin: 16px 0px 0px 0px;
}

.entertaiment .galeri .galeri_informasi .title_galeri a {
    /* font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px; */
    color: #2f2f2f;
    /* margin: 16px 0px 0px 0px; */
}

.entertaiment .pagination {
    margin: -20px 0px 0px 0px;
    /* position: absolute; */
    bottom: 0;
    right: 30px;
}

.entertaiment .pagination .next_prev .prev {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0 0 2px #888;
    padding: 0.7em 0.8em 0.8em 0.8em;
    font-size: 15px;
    width: 40px;
    height: 40px;
    border: 2px solid #bdc3c7;
    color: #bdc3c7;
    cursor: pointer;
    z-index: 1;
}

.entertaiment .pagination .next_prev .next {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0 0 2px #888;
    padding: 0.7em 0.8em 0.8em 0.9em;
    font-size: 15px;
    width: 40px;
    height: 40px;
    border: 2px solid #bdc3c7;
    color: #bdc3c7;
    cursor: pointer;
    z-index: 1;
}

.entertaiment .pagination .next_prev .next:hover,
.entertaiment .pagination .next_prev .prev:hover {
    border: 2px solid #306430;
    color: #306430;
}


/* Entertaiment */


/* Tautan */

.tautan {
    padding-bottom: 50px;
    margin-top: 30px;
    background-position: right bottom;
    /*Positioning*/
    background-repeat: no-repeat;
    /*Prevent showing multiple background images*/
    background-size: 800px 300px;
}

.tautan .tautan_box {
    margin-top: 10px;
    width: 100%;
    height: auto;
    background: #fffefe;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 26px 16px 16px 16px;
    z-index: -1;
}

.tautan label {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #174517;
    margin: 0px 0px 40px 0px;
}

.tautan .tautan_box .banner {
    max-width: 288px;
    max-height: 302px;
    border-radius: 20px;
    overflow: hidden;
}

.tautan .tautan_box .banner img {
    width: 288px;
    height: auto;
    transition: 0.5s all ease-in-out;
    border-radius: 20px;
    transform: scale(1.2);
}


/* .tautan .tautan_box .banner:hover img { */


/* transform: scale(1.2); */


/* } */

.tautan .tautan_box .box_content {
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}

.tautan .tautan_box .box_content:hover {
    border-radius: 8px;
    background: rgba(0, 157, 169, 0.1);
    transform: translate(1em, 0);
    -webkit-transform: translate(1em, 0);
    -moz-transform: translate(1em, 0);
    -o-transform: translate(1em, 0);
    -ms-transform: translate(1em, 0);
}

.tautan .tautan_box .box_content .content img {
    width: 64px;
    height: 64px;
    padding: 6px;
    margin-right: 9px;
}

.tautan .tautan_box .box_content .title_informasi {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    color: #5f985f;
    line-height: 1.4;
}

.date_news {
    font-size: 12px;
    color: #959595;
    margin: 12px 0px 0px 0px;
}


/* Tautan */


/* MOBILE CUSTOMIZE */


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    /* body {
        background: red;
    } */
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) and (max-width: 768px) {
    /* body {
        background: green;
    } */
    .informasi_ekonomi .ekonomi_box label {
        font-size: 12px !important;
        text-align: center !important;
        padding-top: 30px !important;
        line-height: 12px !important;
    }
    .informasi_ekonomi .ekonomi_box span {
        display: none;
    }
    .navbar .nav-item {
        padding: 0;
        margin: 0;
    }
    .carousel-caption h3 {
        font-size: 10px !important;
    }
    .carousel-caption p {
        font-size: 9px !important;
        line-height: 10px !important;
    }
    .entertaiment .berita .berita_informasi .selengkapnya {
        font-size: 10px !important;
    }
    .informasi_ekonomi .ekonomi_box {
        position: relative;
        z-index: -999;
        margin-top: -40px;
        width: 100%;
        height: 260px;
        max-width: 275px;
        max-height: 288px;
        background: #306430;
        border-radius: 16px;
        padding: 60px 8px 28px 8px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* body {
        background: blue;
    } */
    .informasi_ekonomi .ekonomi_box label {
        font-size: 16px !important;
        text-align: center !important;
        padding-top: 30px !important;
    }
    .informasi_ekonomi .ekonomi_box span {
        display: none;
    }
    .navbar .nav-item {
        padding: 0;
        margin: 0;
    }
    .carousel-caption h3 {
        font-size: 15px !important;
        margin-top: 20px !important;
    }
    .carousel-caption p {
        font-size: 13px !important;
        margin-top: -10px !important;
    }
    .entertaiment .berita .berita_informasi .selengkapnya {
        font-size: 10px !important;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) and (max-width:1200px) {
    /* body {
        background: orange;
    } */
    .informasi_ekonomi .ekonomi_box label {
        font-size: 14px !important;
        margin-bottom: 5px !important;
        text-align: center !important;
    }
    .informasi_ekonomi .ekonomi_box span {
        font-size: 12px !important;
        text-align: justify !important;
        display: block !important;
    }
    .navbar .nav-item {
        padding: 0;
        margin: 0;
    }
    .carousel-caption h3,
    .carousel-caption p {
        transform: scale(80%);
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */


/* @media only screen and (min-width: 1200px) {
    body {
        background: pink;
    }
} */